Added some standard headers to blink module.

This commit is contained in:
Jake Goodwin 2025-12-21 19:42:33 -08:00
parent 19e6ccb292
commit 5ce1015a7a

View file

@ -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;