@mchp-mcc/scf-pic8-clc-v1 4.4.2 → 4.4.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -7,7 +7,7 @@
7
7
  *
8
8
  * @brief This file contains the API implementations for the ${moduleNameUpperCase} driver.
9
9
  *
10
- * @version ${moduleNameUpperCase} Driver Version 1.2.1
10
+ * @version ${moduleNameUpperCase} Driver Version 1.2.2
11
11
  */
12
12
  ${disclaimer}
13
13
 
@@ -33,6 +33,7 @@ void ${moduleNameUpperCase}_Initialize(void)
33
33
  // ${reg.comment}
34
34
  ${reg.name} = (uint8_t)${reg.valueAsHex};
35
35
  </#list>
36
+ ${clcPPSRegisterValue}
36
37
 
37
38
  <#if !interruptEnabled>
38
39
  //Set default callback for ${moduleNameUpperCase} interrupt Overflow.
@@ -7,7 +7,7 @@
7
7
  *
8
8
  * @brief This file contains the API prototypes for the ${moduleNameUpperCase} driver.
9
9
  *
10
- * @version ${moduleNameUpperCase} Driver Version 1.2.1
10
+ * @version ${moduleNameUpperCase} Driver Version 1.2.2
11
11
  */
12
12
  ${disclaimer}
13
13