Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
10 lines
376 B
JavaScript
10 lines
376 B
JavaScript
//*****************************************************************************
|
|
// PROJECT CONFIG OVERWRITE
|
|
//*****************************************************************************
|
|
|
|
//-- List of library modules to build (array)
|
|
LibModules = [ "clock", ...LibModules ];
|
|
|
|
//-- Application ID. Can be 2 character string or 16-bits integer (0~65535)
|
|
AppID = "CK";
|