nkjnm

Dependencies:   MAX44000 nexpaq_mdk

Fork of LED_Demo by Maxim nexpaq

Revision:
5:9b5534e46d30
Parent:
4:494741f7f5b2
Child:
6:7b51d2ebef23
--- a/nexpaq_mdk_src/source/np_config.h	Mon Sep 19 14:21:15 2016 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,34 +0,0 @@
-/*
- * np_config.h
- *
- *  Created on: July 14, 2016
- *      Author: Alan.Lin
- *
- *  Copyright: NexPack Ltd.
- */
-
-#ifndef NP_CONFIG_H_
-#define NP_CONFIG_H_
-//np_config.h can't be used on head file
-
-#include <stdio.h>
-#include <stdint.h>
-#include "mxc_config.h"
-#include "clkman.h"
-#include "ioman.h"
-#include <string.h>
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-#define RAM_SOURCE_ADDR				*(uint32_t*)(0x20000000)
-#define RAM_MY_NODE					*(uint32_t*)(0x20000004)
-//								    *(uint32_t*)(0x20000008)  //the address which save the bootloader address for jumping
-
-
-#ifdef __cplusplus
-}
-#endif
-
-#endif /* NP_CONFIG_H_ */