Changeset 2340de6 in buchla-68k for ram/configs.h


Ignore:
Timestamp:
07/10/2017 09:06:56 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
4aa78b2
Parents:
526a993
Message:

Keep macros in external declarations.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ram/configs.h

    r526a993 r2340de6  
    22
    33#include "stdint.h"
    4 
    5 #define MAXCFG  12
    64
    75/* Configuration 0 */
     
    733731};
    734732
    735 int8_t  *cfgptr[MAXCFG] = {
     733int8_t  *cfgptr[12] = {
    736734
    737735        (int8_t *)cfg_00, (int8_t *)cfg_01, (int8_t *)cfg_02, (int8_t *)cfg_03,
Note: See TracChangeset for help on using the changeset viewer.