comparison Lib/ScanLib.h @ 118:b61ca96b7c24

File and macro modifications for supporting Teensy 3.1
author Jacob Alexander <haata@kiibohd.com>
date Sun, 02 Feb 2014 17:33:23 -0800
parents 87658fa6091b
children 69517edc03d7
comparison
equal deleted inserted replaced
117:5ffefdf89b37 118:b61ca96b7c24
1 /* Copyright (C) 2013 by Jacob Alexander 1 /* Copyright (C) 2013-2014 by Jacob Alexander
2 * 2 *
3 * Permission is hereby granted, free of charge, to any person obtaining a copy 3 * Permission is hereby granted, free of charge, to any person obtaining a copy
4 * of this software and associated documentation files (the "Software"), to deal 4 * of this software and associated documentation files (the "Software"), to deal
5 * in the Software without restriction, including without limitation the rights 5 * in the Software without restriction, including without limitation the rights
6 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 6 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
32 #include <Lib/Interrupts.h> 32 #include <Lib/Interrupts.h>
33 33
34 34
35 35
36 // ARM 36 // ARM
37 #if defined(_mk20dx128_) 37 #if defined(_mk20dx128_) || defined(_mk20dx256_)
38 38
39 #include <Lib/mk20dx128.h> 39 #include <Lib/mk20dx.h>
40 #include <Lib/aliased_bitband.h> 40 #include <Lib/aliased_bitband.h>
41 #include <Lib/delay.h> 41 #include <Lib/delay.h>
42 42
43 #endif 43 #endif
44 44