From 30f9633315e7abae540568bbc5d6c14746a6239e Mon Sep 17 00:00:00 2001 From: Ross Owen Date: Fri, 20 Jun 2014 11:27:07 +0100 Subject: [PATCH] Comment update only --- module_usb_audio/devicedefines.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module_usb_audio/devicedefines.h b/module_usb_audio/devicedefines.h index ba69ec1c..3e548b80 100644 --- a/module_usb_audio/devicedefines.h +++ b/module_usb_audio/devicedefines.h @@ -399,7 +399,7 @@ /** * @brief Device firmware version number in Binary Coded Decimal format: 0xJJMN where JJ: major, M: minor, N: sub-minor version number. * - * NOTE: User code not modify this but should modify BCD_DEVICE_J, BCD_DEVICE_M, BCD_DEVICE_N + * NOTE: User code should not modify this but should modify BCD_DEVICE_J, BCD_DEVICE_M, BCD_DEVICE_N instead * * Default: XMOS USB Audio Release version (e.g. 0x0651 for 6.5.1). */