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

Dependents:   STM32-103C8_Plantilla_USB

SysClockConf.h

Committer:
Antulius
Date:
2019-09-05
Revision:
13:6b69d45b4700
Parent:
11:e0edd7ea602a

File content as of revision 13:6b69d45b4700:

#ifndef CONFSYSCLOCK_H
#define CONFSYSCLOCK_H

#pragma once
void confSysClock(void);

#endif