Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: BluePill/SysClockConf.h
- Revision:
- 0:53bf87d68a12
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/BluePill/SysClockConf.h Fri Mar 11 00:13:29 2022 +0000 @@ -0,0 +1,22 @@ +/* + ****************************************************************************** + * @file SysClockConf.h + * @version + * @date 05-July-2016 + * @brief System Clock configuration for STM32F103C8T6 + ***************************************************************************** + * + * All rights reserved. + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. +*/ +#ifndef CONFSYSCLOCK_H +#define CONFSYSCLOCK_H + +#pragma once +void confSysClock(void); + +#endif