Added some standard headers to blink module.
This commit is contained in:
parent
19e6ccb292
commit
5ce1015a7a
1 changed files with 2 additions and 0 deletions
|
|
@ -8,6 +8,8 @@
|
|||
#ifndef BLINK_H
|
||||
#define BLINK_H
|
||||
|
||||
#include <stdbool.h>
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
|
||||
extern volatile uint32_t *GPIO_PORT_BSHR;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue