timers.h: Remove compile-time-auto-inlining complexity
Fixes bug mentioned in #72 (oops!), also progress towards #57.
This commit is contained in:
parent
d14d5b1aab
commit
336bad573d
5 changed files with 186 additions and 309 deletions
extras/stdin_uart_interrupt
|
@ -25,6 +25,7 @@
|
|||
#include <esp8266.h>
|
||||
#include <FreeRTOS.h>
|
||||
#include <semphr.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#if (configUSE_COUNTING_SEMAPHORES == 0)
|
||||
#error "You need to define configUSE_COUNTING_SEMAPHORES in a local FreeRTOSConfig.h, see examples/terminal/FreeRTOSConfig.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue