Use direct #includes instead of libopenstm32.h.

This commit is contained in:
Uwe Hermann
2010-03-04 21:25:25 +01:00
parent 92194abda4
commit e7cadf0822
8 changed files with 11 additions and 11 deletions

View File

@@ -20,7 +20,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <libopenstm32.h>
#include <libopenstm32/rcc.h>
#include <libopenstm32/flash.h>
void rcc_osc_ready_int_clear(osc_t osc)
{
@@ -324,7 +325,6 @@ u32 rcc_system_clock_source(void)
return ((RCC_CFGR & 0x000c) >> 2);
}
/*
* These functions are setting up the whole clock system for the most common
* input clock and output clock configurations.