Move kl_sim.h

This commit is contained in:
NIIBE Yutaka
2016-05-26 10:21:30 +09:00
parent 51cd47c3b7
commit 91823d0fc1
4 changed files with 4 additions and 2 deletions

View File

@@ -1,5 +1,7 @@
2016-05-26 NIIBE Yutaka <gniibe@fsij.org>
* mcu/kl_sim.h: New (was in example-fs-bb48).
* example-fs-bb48/adc_kl27z.c: Use DMA0 and DMA1.
* example-fs-bb48/command.c (cmd_adc): Rename from
cmd_temperature.

View File

@@ -26,7 +26,7 @@
*
*/
#include "kl_sim.h"
#include <mcu/kl_sim.h>
struct MCG {
volatile uint8_t C1; /* MCG Control Register 1 */

View File

@@ -31,7 +31,7 @@
#include <stdint.h>
#include <stdlib.h>
#include <chopstx.h>
#include "kl_sim.h"
#include <mcu/kl_sim.h>
struct DMAMUX {
volatile uint32_t CHCFG0;