Index: firmware/App/Services/FPGA.c =================================================================== diff -u -r0953a2a6940f9f096fa98cc1e8a5578deab4d8ef -ra7bf3ca23ea37a61000379facae628a31b3ecc59 --- firmware/App/Services/FPGA.c (.../FPGA.c) (revision 0953a2a6940f9f096fa98cc1e8a5578deab4d8ef) +++ firmware/App/Services/FPGA.c (.../FPGA.c) (revision a7bf3ca23ea37a61000379facae628a31b3ecc59) @@ -1,20 +1,19 @@ -/**********************************************************************//** - * - * Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. - * - * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN - * WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. - * - * @file FPGA.c - * - * @date 21-Oct-2019 - * @author S. Nash - * - * @brief FPGA interface service module. Provides an interface to the FPGA. \n - * Various sensor readings are gathered and get functions provided for them. \n - * Various actuator settings are sent and set functions provided for them. - * - **************************************************************************/ +/************************************************************************** +* +* Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. +* +* THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN +* WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. +* +* @file FPGA.c +* +* @author (last) Sean Nash +* @date (last) 15-Jun-2020 +* +* @author (original) Dara Navaei +* @date (original) 05-Nov-2019 +* +***************************************************************************/ #include // for memset(), memcpy()