Changeset a61cc6c in rtems for c/src/libchip/flash/am29lv160.c
- Timestamp:
- 01/05/08 06:59:11 (15 years ago)
- Branches:
- 4.10, 4.11, 4.9, 5, master
- Children:
- fa98897
- Parents:
- a5de1ef
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/libchip/flash/am29lv160.c
ra5de1ef ra61cc6c 19 19 #include <libchip/am29lv160.h> 20 20 21 #ifndef AM26LV160_ERROR_TRACE 21 22 #define AM26LV160_ERROR_TRACE (0) 23 #endif 22 24 23 25 /** … … 106 108 { 107 109 #if AM26LV160_ERROR_TRACE 108 printf ("AM26LV160: blank check : %p = 0x%02x\n",110 printf ("AM26LV160: blank check error: %p = 0x%02x\n", 109 111 seg_8 - 1, *(seg_8 - 1)); 110 112 #endif … … 121 123 { 122 124 #if AM26LV160_ERROR_TRACE 123 printf ("AM26LV160: blank check : %p = 0x%08lx\n",125 printf ("AM26LV160: blank check error: %p = 0x%08lx\n", 124 126 seg_32 - 1, *(seg_32 - 1)); 125 127 #endif … … 133 135 { 134 136 #if AM26LV160_ERROR_TRACE 135 printf ("AM26LV160: blank check : %p = 0x%02x\n",137 printf ("AM26LV160: blank check error: %p = 0x%02x\n", 136 138 seg_8 - 1, *(seg_8 - 1)); 137 139 #endif
Note: See TracChangeset
for help on using the changeset viewer.