mirror of
https://github.com/tillitis/tillitis-key1.git
synced 2025-08-07 22:22:29 -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,8 @@
|
|||
|
||||
#include "lib.h"
|
||||
#include "assert.h"
|
||||
#include "types.h"
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#ifdef QEMU_CONSOLE
|
||||
struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue