Paul Paterson / mbed-dev

Fork of mbed-dev by mbed official

Revision:
23:ee8ca7052b3c
Parent:
8:69ce7aaad4c4
Child:
144:ef7eb2e8f9f7
--- a/targets/hal/TARGET_STM/TARGET_STM32F4/analogout_api.c	Tue Nov 17 10:15:10 2015 +0000
+++ b/targets/hal/TARGET_STM/TARGET_STM32F4/analogout_api.c	Tue Nov 17 14:45:12 2015 +0000
@@ -1,5 +1,5 @@
 /* mbed Microcontroller Library
- * Copyright (c) 2014, STMicroelectronics
+ * Copyright (c) 2015, STMicroelectronics
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -117,7 +117,7 @@
     } else if (obj->channel == 2) {
         return (int)HAL_DAC_GetValue(&DacHandle, DAC_CHANNEL_2);
     }
-    return 0;	/* Just silented warning */
+	return 0;	/* Just silented warning */
 }
 
 void analogout_write(dac_t *obj, float value) {