Merge pull request #1674 from alignan/pull/fix-button-typo
Fixed typo in button definition
This commit is contained in:
commit
6306c79128
|
@ -218,7 +218,7 @@ main(void)
|
|||
#endif /* NETSTACK_CONF_WITH_IPV6 */
|
||||
|
||||
process_start(&sensors_process, NULL);
|
||||
#if PLATFOM_HAS_BUTTON
|
||||
#if PLATFORM_HAS_BUTTON
|
||||
SENSORS_ACTIVATE(button_sensor);
|
||||
#endif
|
||||
energest_init();
|
||||
|
|
Loading…
Reference in a new issue