Add flash module. Refactor the cpu implementation.
[bertos.git] / bertos / cfg / compiler.h
index 4d0c33be9a11a6eac62421476db70d5887712b9a..82bd6dbb90bbeed5b7044e56dccd0ba905235e02 100644 (file)
@@ -423,7 +423,6 @@ typedef const void * const_iptr_t;
 
 typedef unsigned char sigbit_t;  /**< Type for signal bits. */
 typedef unsigned char sigmask_t; /**< Type for signal masks. */
-typedef unsigned char page_t;    /**< Type for banked memory pages. */
 
 
 /**