Added comments to the enable function calls

This commit is contained in:
William Miceli
2021-06-25 12:50:40 -04:00
parent 9d4f40c23e
commit a00c05ffd4

View File

@@ -31,8 +31,8 @@ int main(void) {
pUSBReceiveString = calloc(1, 256 * sizeof(*pUSBReceiveString) + 1); pUSBReceiveString = calloc(1, 256 * sizeof(*pUSBReceiveString) + 1);
usci_A2_enable(); usci_A2_enable(); // Enable the USB interface
usci_A2_enableInterrupt(); usci_A2_enableInterrupt(); // Enable interrupts for the USB interface
while(1) while(1)
{ {