Skip to content

Commit

Permalink
Add new samples to main
Browse files Browse the repository at this point in the history
  • Loading branch information
jnthbdn authored and nedseb committed Sep 24, 2024
1 parent a953473 commit ea74f31
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions samples/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@
#include "DapLink_Flash_sample.h"
#elif defined(DEMO)
#include "demo_sample.h"
#elif defined(FUS_WS_OPERATOR)
#include "FUS_WS_Operator.h"
#elif defined(BLE_BROADCAST)
#include "BLE_Broadcast_Sample.h"
#else
#include "BlinkSample.h"
#endif
Expand Down

0 comments on commit ea74f31

Please sign in to comment.