CHECK
Dependents: Bob_Curtain_Sample_0506
Diff: SysClockConf.cpp
- Revision:
- 4:306609fe9dc8
- Parent:
- 3:a92af4b1ffe1
- Child:
- 5:9fbbea76d6f6
--- a/SysClockConf.cpp Tue Jul 05 18:51:36 2016 +0000 +++ b/SysClockConf.cpp Tue Jul 05 21:02:59 2016 +0000 @@ -1,3 +1,31 @@ +/* + ****************************************************************************** + * @file SysClockConf.c + * @author Zoltan Hudak + * @version + * @date 05-July-2016 + * @brief System Clock configuration for STM32F103C8T6 + ****************************************************************************** + * @attention + * + * <h2><center>© COPYRIGHT(c) 2016 Zoltan Hudak <hudakz@inbox.com> + * + * 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. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + */ + #include "SysClockConf.h" #include "mbed.h" @@ -66,4 +94,3 @@ } -