use stdint.h instead of custom types.h
stdint.h is more portable across compilers
This commit is contained in:
parent
57a8a204b2
commit
3ec4b267fc
10 changed files with 9 additions and 56 deletions
|
@ -36,7 +36,6 @@
|
|||
#ifndef MC1322X_H
|
||||
#define MC1322X_H
|
||||
|
||||
#include "types.h"
|
||||
#include "isr.h"
|
||||
#include "gpio.h"
|
||||
#include "crm.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue