Merge pull request #1674 from alignan/pull/fix-button-typo

Fixed typo in button definition
This commit is contained in:
Antonio Lignan 2016-05-24 10:53:28 +02:00
commit 6306c79128

View file

@ -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();