diff options
Diffstat (limited to 'stmhal/cc3k/netapp.h')
-rw-r--r-- | stmhal/cc3k/netapp.h | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/stmhal/cc3k/netapp.h b/stmhal/cc3k/netapp.h index a3b33a386a..933269098d 100644 --- a/stmhal/cc3k/netapp.h +++ b/stmhal/cc3k/netapp.h @@ -3,14 +3,6 @@ * netapp.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: @@ -43,6 +35,7 @@ #ifndef __NETAPP_H__ #define __NETAPP_H__ + //***************************************************************************** // // If building with a C++ compiler, make all of the definitions in this header @@ -213,7 +206,7 @@ extern long netapp_timeout_values(unsigned long *aucDHCP, unsigned long *aucARP, //***************************************************************************** #ifndef CC3000_TINY_DRIVER -extern long netapp_ping_send(uint32_t *ip, uint32_t ulPingAttempts, uint32_t ulPingSize, uint32_t ulPingTimeout); +extern long netapp_ping_send(unsigned long *ip, unsigned long ulPingAttempts, unsigned long ulPingSize, unsigned long ulPingTimeout); #endif //***************************************************************************** |