diff OtherSources/data_central_mini.c @ 36:7801c5d8a562

Update author name for release
author heinrichsweikamp
date Sat, 28 Apr 2018 11:33:57 +0200
parents e65d01b6a17e
children
line wrap: on
line diff
--- a/OtherSources/data_central_mini.c	Wed Mar 07 18:56:48 2018 +0100
+++ b/OtherSources/data_central_mini.c	Sat Apr 28 11:33:57 2018 +0200
@@ -2,7 +2,7 @@
   ******************************************************************************
 	* @copyright heinrichs weikamp
   * @file   		data_central_mini.c   - bootloader only -
-  * @author 		heinrichs/weikamp, Christian Weikamp
+  * @author 		heinrichs weikamp gmbh
   * @date   		10-November-2014
   * @version		V1.0.3
   * @since			10-Nov-2014
@@ -69,7 +69,7 @@
 of the 13 or 9 instrucions are load byte.
    This is Figure 14-7 in the text. */
 
-/* http://www.hackersdelight.org/ i guess ;-)  *chsw */
+/* http://www.hackersdelight.org/ i guess ;-)  *hw */
 
 uint32_t crc32c_checksum(uint8_t* message, uint16_t length, uint8_t* message2, uint16_t length2) {
 	int i, j;