Index: App/Tasks/TaskPriority.h =================================================================== diff -u -r765d2c35118e202444e737c66c77faf9678cc87e -r894b734327eb6e7cfa6bf651623576bc10214195 --- App/Tasks/TaskPriority.h (.../TaskPriority.h) (revision 765d2c35118e202444e737c66c77faf9678cc87e) +++ App/Tasks/TaskPriority.h (.../TaskPriority.h) (revision 894b734327eb6e7cfa6bf651623576bc10214195) @@ -1,18 +1,18 @@ /*********************************************************************** -* -* Copyright Diality, Inc. 2019-2020. All Rights Reserved. -* 181 Technology, Ste. 150 -* Irvine, CA 92618 -* -* Project Denali -* -* @file TaskPriority.h -* -* @brief Priority task header file. -* -* @date 19-Sep-2019 -* -*************************************************************************/ + * + * Copyright Diality, Inc. 2019-2020. All Rights Reserved. + * 181 Technology, Ste. 150 + * Irvine, CA 92618 + * + * Project Denali + * + * @file TaskPriority.h + * + * @brief Priority task header file. + * + * @date 19-Sep-2019 + * + *************************************************************************/ #ifndef __TASK_PRIORITY_H__ #define __TASK_PRIORITY_H__ @@ -23,6 +23,6 @@ // public function prototypes -void taskPriority(void); +void taskPriority( void ); #endif