View Single Post
  #6   Spotlight this post!  
Unread 20-02-2008, 13:55
Orborde Orborde is offline
Registered User
FRC #1747
Team Role: Mentor
 
Join Date: Apr 2004
Rookie Year: 2003
Location: Indianapolis, IN
Posts: 44
Orborde has a spectacular aura aboutOrborde has a spectacular aura about
Send a message via AIM to Orborde
Re: MPLAB 8.0 error "Can not fit section"

If your arrays are tables of constants, you can put them into the much-less-limited ROM by:
Code:
rom const int name [11][5];