mbed library sources. Supersedes mbed-src.

Dependents:   Nucleo_Hello_Encoder BLE_iBeaconScan AM1805_DEMO DISCO-F429ZI_ExportTemplate1 ... more

Revision:
187:0387e8f68319
Parent:
186:707f6e361f3e
Child:
188:bcfe06ba3d64
--- a/hal/crc_api.h	Fri Jun 22 16:45:37 2018 +0100
+++ b/hal/crc_api.h	Thu Sep 06 13:40:20 2018 +0100
@@ -145,7 +145,7 @@
  *
  * \return  True if running if the polynomial is supported, false if not.
  */
-bool hal_crc_is_supported(const crc_mbed_config_t* config);
+bool hal_crc_is_supported(const crc_mbed_config_t *config);
 
 /** Initialize the hardware CRC module with the given polynomial
  *
@@ -177,7 +177,7 @@
  *               hardware CRC module. For example, polynomial and initial seed
  *               values.
  */
-void hal_crc_compute_partial_start(const crc_mbed_config_t* config);
+void hal_crc_compute_partial_start(const crc_mbed_config_t *config);
 
 /** Writes data to the current CRC module.
  *