mirror of
https://github.com/WRansohoff/game_and_watch_fun.git
synced 2025-12-18 13:16:11 +01:00
12 lines
376 B
C
Executable File
12 lines
376 B
C
Executable File
#ifndef _VVC_DUMMY_STM32_SYSTEM
|
|
#define _VVC_DUMMY_STM32_SYSTEM
|
|
|
|
/* ST seems to use this file for keeping track of clock settings
|
|
* in their applications. But we're managing that ourselves.
|
|
* This file only exists so we don't have to comment out a line
|
|
* in all of the device header files which contain macro
|
|
* definitions for all of the peripheral registers.
|
|
*/
|
|
|
|
#endif
|