zephyr/samples/basic
Reto Schneider 61733a8fe5 sample: button: Fix format specifier
k_cycle_get_32() returns an unsigned 32-bit integer, while the '%d'
specifier denotes a signed integer.
Using the proper C99 format specifier resolves the problem.

Signed-off-by: Reto Schneider <code@reto-schneider.ch>
2019-07-31 17:11:19 +02:00
..
blink_led samples: blink_led: remove whitelisting 2019-07-12 05:54:16 -07:00
blinky dts: Rename LED._GPIO_* -> DT_ALIAS_LED._GPIOS_* 2019-07-02 08:26:37 -04:00
button sample: button: Fix format specifier 2019-07-31 17:11:19 +02:00
disco dts: Rename LED._GPIO_* -> DT_ALIAS_LED._GPIOS_* 2019-07-02 08:26:37 -04:00
fade_led boards: remove arduino 101 and related boards 2019-07-29 21:30:25 -07:00
minimal kernel: Crank up default tick rate 2019-07-02 22:52:29 -04:00
rgb_led boards: remove arduino 101 and related boards 2019-07-29 21:30:25 -07:00
servo_motor samples: servo_motor: remove whitelisting 2019-07-12 05:54:16 -07:00
threads dts: Rename LED._GPIO_* -> DT_ALIAS_LED._GPIOS_* 2019-07-02 08:26:37 -04:00
basic.rst doc: add labels to basic sample docs 2017-04-04 19:51:47 +00:00