Rename include/libopenstm32 to include/stm32.

This commit is contained in:
Uwe Hermann
2010-12-30 02:23:51 +01:00
parent 8e084b1517
commit be2ac142d9
72 changed files with 178 additions and 178 deletions

View File

@@ -31,7 +31,7 @@
* reg16 = adc_read(ADC1, ADC_CH_0);
*/
#include <libopenstm32/adc.h>
#include <stm32/adc.h>
void rcc_set_adc_clk(u32 prescaler)
{