mirror of
https://github.com/tillitis/tillitis-key1.git
synced 2025-09-05 13:50:07 -04:00
Remove types.h in favor of standard libs such as stdint, stddef
This commit is contained in:
parent
69ef6dde8b
commit
fa75ea06ae
13 changed files with 32 additions and 41 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
#include "led.h"
|
||||
#include "../tk1_mem.h"
|
||||
#include "types.h"
|
||||
#include <stdint.h>
|
||||
|
||||
static volatile uint32_t *led = (volatile uint32_t *)TK1_MMIO_TK1_LED;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue