Skip to content

Commit

Permalink
Fix RTC sample name
Browse files Browse the repository at this point in the history
  • Loading branch information
jnthbdn committed Jun 10, 2024
1 parent bcad4df commit 2d8f834
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#include "APDS9960_sample.h"
#elif defined(BQ27441)
#include "BQ27441_sample.h"
#elif defined(RTC)
#elif defined(RTC_SAMPLE)
#include "RTC_sample.h"
#elif defined(DAPLINK_FLASH)
#include "DapLink_Flash_sample.h"
Expand Down

0 comments on commit 2d8f834

Please sign in to comment.