Really added missing include
This commit is contained in:
parent
81fb2d4cae
commit
b80a00065b
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
||||||
#ifndef __STDIN_UART_INTERRUPT_H__
|
#ifndef __STDIN_UART_INTERRUPT_H__
|
||||||
#define __STDIN_UART_INTERRUPT_H__
|
#define __STDIN_UART_INTERRUPT_H__
|
||||||
|
|
||||||
//#include "FreeRTOS.h"
|
#include "FreeRTOS.h"
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
/* Return number of characters waiting in UART0. */
|
/* Return number of characters waiting in UART0. */
|
||||||
|
|
Loading…
Reference in a new issue