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

@@ -17,7 +17,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <libopenstm32.h>
#include <libopenstm32/i2c.h>
void i2c_peripheral_enable(u32 i2c)
{