Add support for KL46Z
Fork of BurstSPI by
Revision 1:5ef4a019e0db, committed 2013-01-03
- Comitter:
- Sissors
- Date:
- Thu Jan 03 20:43:55 2013 +0000
- Parent:
- 0:600eecd89a78
- Child:
- 2:a8e55f7cbfee
- Commit message:
- Small error
Changed in this revision
| BurstSPI.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/BurstSPI.h Thu Jan 03 09:14:10 2013 +0000
+++ b/BurstSPI.h Thu Jan 03 20:43:55 2013 +0000
@@ -63,7 +63,7 @@
//Just for documentation:
- #ifdef 0
+ #if 0
/** Configure the data transmission format
*
* @param bits Number of bits per SPI frame (4 - 16)
S. Ken San
