aboutsummaryrefslogtreecommitdiff
path: root/stmhal/cc3k/nvmem.h
diff options
context:
space:
mode:
authorDamien George2014-05-11 12:09:13 +0100
committerDamien George2014-05-11 12:09:13 +0100
commita7a1a38df43958a267410d333f495db56a8b0902 (patch)
tree03cec0bc1ff468e66a530ba7706276715a548e24 /stmhal/cc3k/nvmem.h
parent50073ed5d61a89af95f1497c24965e50e95e6e9d (diff)
stmhal: Update CC3000 driver to newer version.
Still not working properly.
Diffstat (limited to 'stmhal/cc3k/nvmem.h')
-rw-r--r--stmhal/cc3k/nvmem.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/stmhal/cc3k/nvmem.h b/stmhal/cc3k/nvmem.h
index a95e9e3bc..247b546ee 100644
--- a/stmhal/cc3k/nvmem.h
+++ b/stmhal/cc3k/nvmem.h
@@ -3,14 +3,6 @@
* nvmem.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:
@@ -231,7 +223,7 @@ extern unsigned char nvmem_read_sp_version(unsigned char* patchVer);
//! set ulNewLen=0.
//!
//*****************************************************************************
-extern int8_t nvmem_create_entry(unsigned long file_id, unsigned long newlen);
+extern signed long nvmem_create_entry(unsigned long file_id, unsigned long newlen);
//*****************************************************************************