Include NimBLE2904 and NimBLE2902 in NimBLEDescriptor.h

* Removes the need to include these in the application.
This commit is contained in:
h2zero 2020-07-08 19:47:32 -06:00
parent aae2a8f1e3
commit 2af26fad1f

View file

@ -105,6 +105,9 @@ public:
virtual void onWrite(NimBLEDescriptor* pDescriptor); virtual void onWrite(NimBLEDescriptor* pDescriptor);
}; };
#include "NimBLE2904.h"
#include "NimBLE2902.h"
#endif // #if defined(CONFIG_BT_NIMBLE_ROLE_PERIPHERAL) #endif // #if defined(CONFIG_BT_NIMBLE_ROLE_PERIPHERAL)
#endif /* CONFIG_BT_ENABLED */ #endif /* CONFIG_BT_ENABLED */
#endif /* MAIN_NIMBLEDESCRIPTOR_H_ */ #endif /* MAIN_NIMBLEDESCRIPTOR_H_ */