mirror of https://github.com/contiki-ng/mspsim
added include of WarningType
This commit is contained in:
parent
38d66fd5ae
commit
2136772677
|
|
@ -78,6 +78,8 @@ package se.sics.mspsim.core;
|
|||
|
||||
import java.util.Arrays;
|
||||
|
||||
import se.sics.mspsim.core.EmulationLogger.WarningType;
|
||||
|
||||
|
||||
/**
|
||||
* ADC12 Plus IO peripheral
|
||||
|
|
|
|||
|
|
@ -37,6 +37,8 @@ import java.nio.ByteBuffer;
|
|||
import javax.crypto.Cipher;
|
||||
import javax.crypto.spec.SecretKeySpec;
|
||||
|
||||
import se.sics.mspsim.core.EmulationLogger.WarningType;
|
||||
|
||||
|
||||
/**
|
||||
* AES128 msp430 peripheral emulation
|
||||
|
|
|
|||
|
|
@ -35,6 +35,8 @@ package se.sics.mspsim.core;
|
|||
import java.util.Calendar;
|
||||
import java.util.GregorianCalendar;
|
||||
|
||||
import se.sics.mspsim.core.EmulationLogger.WarningType;
|
||||
|
||||
|
||||
/**
|
||||
* RTC module for the MSP430
|
||||
|
|
|
|||
Loading…
Reference in New Issue