Example of using extern and const to define arrays in FLASH

Dependencies:   mbed

Committer:
chris
Date:
Tue Mar 06 14:15:00 2012 +0000
Revision:
0:40516f44bc6b

        

Who changed what in which revision?

UserRevisionLine numberNew contents of line
chris 0:40516f44bc6b 1 // Make the array visible externally
chris 0:40516f44bc6b 2 extern const unsigned char Comic24[];