Fix
This commit is contained in:
parent
9f3ea2e528
commit
08da189293
1 changed files with 0 additions and 2 deletions
|
@ -1,14 +1,12 @@
|
||||||
#ifndef TASKS_H
|
#ifndef TASKS_H
|
||||||
#define TASKS_H
|
#define TASKS_H
|
||||||
|
|
||||||
#include "freertos/idf_additions.h"
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This file exports all the individual tasks, avoiding tons of semi-empty headers.
|
* This file exports all the individual tasks, avoiding tons of semi-empty headers.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define LED_PIN 2
|
|
||||||
typedef uint8_t u8;
|
typedef uint8_t u8;
|
||||||
typedef uint16_t u16;
|
typedef uint16_t u16;
|
||||||
typedef uint32_t u32;
|
typedef uint32_t u32;
|
||||||
|
|
Loading…
Add table
Reference in a new issue