STM32L4476VG Discovery: stm32_buttons.c needs errno.h.

This commit is contained in:
Gregory Nutt 2017-03-03 16:05:34 -06:00
parent 210896438c
commit a23230298d

View File

@ -40,6 +40,7 @@
#include <nuttx/config.h>
#include <stdint.h>
#include <errno.h>
#include <nuttx/arch.h>
#include <nuttx/board.h>