fixed dev name size

This commit is contained in:
saramonteiro 2020-09-27 17:44:54 -03:00 committed by Alan Carvalho de Assis
parent d2463021a9
commit c4ed4445f4

View File

@ -52,7 +52,7 @@
* Pre-processor Definitions
****************************************************************************/
#define DEVNAME_SIZE 11
#define DEVNAME_SIZE 16
#ifndef CONFIG_EXAMPLES_TIMER_DEVNAME
# define CONFIG_EXAMPLES_TIMER_DEVNAME "/dev/timer0"