diff options
| author | Damien George | 2014-05-11 12:09:13 +0100 |
|---|---|---|
| committer | Damien George | 2014-05-11 12:09:13 +0100 |
| commit | a7a1a38df43958a267410d333f495db56a8b0902 (patch) | |
| tree | 03cec0bc1ff468e66a530ba7706276715a548e24 /stmhal/cc3k/evnt_handler.h | |
| parent | 50073ed5d61a89af95f1497c24965e50e95e6e9d (diff) | |
stmhal: Update CC3000 driver to newer version.
Still not working properly.
Diffstat (limited to 'stmhal/cc3k/evnt_handler.h')
| -rw-r--r-- | stmhal/cc3k/evnt_handler.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/stmhal/cc3k/evnt_handler.h b/stmhal/cc3k/evnt_handler.h index 5452d6f12..908c7079c 100644 --- a/stmhal/cc3k/evnt_handler.h +++ b/stmhal/cc3k/evnt_handler.h @@ -3,14 +3,6 @@ * evnt_handler.h - CC3000 Host Driver Implementation. * Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com/ * -* Adapted for use with the Arduino/AVR by KTOWN (Kevin Townsend) -* & Limor Fried for Adafruit Industries -* This library works with the Adafruit CC3000 breakout -* ----> https://www.adafruit.com/products/1469 -* Adafruit invests time and resources providing this open source code, -* please support Adafruit and open-source hardware by purchasing -* products from Adafruit! -* * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: @@ -42,7 +34,6 @@ *****************************************************************************/ #ifndef __EVENT_HANDLER_H__ #define __EVENT_HANDLER_H__ - #include "hci.h" #include "socket.h" |
