You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mbed.h should not import namespaces. This makes a decision about how to write programs for the developer instead of allowing them to make the decision. Changing this behaviour is a breaking change and will require a new major version.
In the mean time, users should be encouraged to include the API of only the portions of mbed drivers they are using, rather than all of mbed-drivers via the omni-include.
The text was updated successfully, but these errors were encountered:
mbed.h should not import namespaces. This makes a decision about how to write programs for the developer instead of allowing them to make the decision. Changing this behaviour is a breaking change and will require a new major version.
https://github.com/ARMmbed/mbed-drivers/blob/master/mbed-drivers/mbed.h#L63
https://github.com/ARMmbed/mbed-drivers/blob/master/mbed-drivers/mbed.h#L64
In the mean time, users should be encouraged to include the API of only the portions of mbed drivers they are using, rather than all of mbed-drivers via the omni-include.
The text was updated successfully, but these errors were encountered: