removed definition of unused variables and some "double qoutes"

This commit is contained in:
piccaso
2012-02-10 08:33:06 +01:00
parent b8ec83c6c7
commit 6c23151848
3 changed files with 2 additions and 4 deletions
+1 -1
View File
@@ -28,7 +28,7 @@
// cores/pic32/wiring_digital.c)
// ---------------------------------------------------------------------------
#include <FastIO.h>
#include "FastIO.h"
fio_register fio_pinToOutputRegister(uint8_t pin, uint8_t initial_state)
{
+1 -1
View File
@@ -32,7 +32,7 @@
#endif
#include <inttypes.h>
#include <../Wire/Wire.h>
#include "../Wire/Wire.h"
#include "I2CIO.h"
-2
View File
@@ -135,8 +135,6 @@ private:
*/
void write4bits ( uint8_t );
uint8_t _srdata_pin; // Serial Data pin
uint8_t _srclock_pin; // Clock Pin
uint8_t _enable_pin; // Enable Pin
uint8_t _two_wire; // two wire mode