1st cut at lm3s6918 interrupt handling
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1776 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
be9993b6d1
commit
dca46b5ad6
@ -68,8 +68,4 @@
|
||||
|
||||
void lm3s_boardinitialize(void)
|
||||
{
|
||||
#warning "Missing logic"
|
||||
#ifdef CONFIG_NET
|
||||
# warning "Missing logic"
|
||||
#endif
|
||||
}
|
||||
|
@ -46,6 +46,7 @@
|
||||
#include "chip.h"
|
||||
#include "up_arch.h"
|
||||
#include "up_internal.h"
|
||||
#include "lm3s_internal.h"
|
||||
|
||||
/****************************************************************************
|
||||
* Definitions
|
||||
|
Loading…
Reference in New Issue
Block a user