LIbreria de soporte para la STM32F103C8T6 "Blue Pill" by Antuliu's Team

Dependents:   STM32-103C8_Plantilla_USB

Committer:
Antulius
Date:
Thu Sep 05 19:28:09 2019 +0000
Revision:
13:6b69d45b4700
Parent:
11:e0edd7ea602a
STM32F103C8_Plantilla_USB

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Antulius 13:6b69d45b4700 1 #ifndef CONFSYSCLOCK_H
Antulius 13:6b69d45b4700 2 #define CONFSYSCLOCK_H
Antulius 13:6b69d45b4700 3
hudakz 2:534793444c60 4 #pragma once
Antulius 13:6b69d45b4700 5 void confSysClock(void);
Antulius 13:6b69d45b4700 6
Antulius 13:6b69d45b4700 7 #endif