]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lib.git/commitdiff
din: Remove unused function
authorMichal Sojka <sojkam1@fel.cvut.cz>
Fri, 7 Aug 2015 15:50:47 +0000 (17:50 +0200)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Fri, 7 Aug 2015 17:57:03 +0000 (19:57 +0200)
rpp/include/drv/din.h
rpp/src/drv/din.c

index f16e1282ef642628a85125c7d2f4529fddfa7f11..d7ed0925e2eeeddc206d50c6293c0620ad4c85f4 100644 (file)
@@ -79,12 +79,6 @@ int8_t drv_din_get_varthr(uint8_t pin);
  */
 uint16_t din_get_val_word();
 
-/**
- * Get latest response from SPI. Function does not send anything.
- * @return latest spi response
- */
-int din_spi_response();
-
 /**
  * Get last command sent on SPI
  * @return latest sent command
index 8d39830a644cb9beae20eae643aa631c3ceb5f5f..981b8270db5414629ba3203e1ec53356b72411c9 100644 (file)
@@ -157,13 +157,6 @@ uint16_t din_get_val_word()
        return word;
 }
 
-
-int din_spi_response()
-{
-       return din_spi_resp;
-}
-
-
 /* Private functions */
 /* ----------------- */
 /**