renamed libmc1322x to lib
This commit is contained in:
parent
4a42f24be5
commit
d5b20ddce5
17 changed files with 2 additions and 2 deletions
16
lib/include/mc1322x.h
Normal file
16
lib/include/mc1322x.h
Normal file
|
@ -0,0 +1,16 @@
|
|||
#ifndef MC1322X_H
|
||||
#define MC1322X_H
|
||||
|
||||
#include "types.h"
|
||||
#include "isr.h"
|
||||
#include "gpio.h"
|
||||
#include "crm.h"
|
||||
#include "nvm.h"
|
||||
#include "tmr.h"
|
||||
#include "maca.h"
|
||||
#include "uart1.h"
|
||||
#include "utils.h"
|
||||
|
||||
#include "put.h" /* this is a temp. lib */
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue