Changeset 510 for trunk


Ignore:
Timestamp:
Aug 25, 2018, 6:30:47 PM (6 years ago)
Author:
viala@…
Message:

[kernel_config] Add macro debug macro in kernel conf found with -Wunused.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kernel/kernel_config.h

    r469 r510  
    6464#define DEBUG_FATFS_MOVE               0
    6565#define DEBUG_FATFS_LOAD               0
     66#define DEBUG_FATFS_GET_CLUSTER        0
    6667
    6768#define DEBUG_HAL_GPT_ACCESS           0
     
    135136#define DEBUG_SYS_OPEN                 0
    136137#define DEBUG_SYS_MMAP                 0
     138#define DEBUG_SYS_MUNMAP               0
    137139#define DEBUG_SYS_READ                 0
    138140#define DEBUG_SYS_THREAD_CANCEL        0
     
    146148#define DEBUG_SYS_WAIT                 0
    147149#define DEBUG_SYS_WRITE                0
     150#define DEBUG_SYS_SEM                  0
    148151
    149152#define DEBUG_SPINLOCKS                0
Note: See TracChangeset for help on using the changeset viewer.