Makefiles and library modified to add a new F_CLOCK constant to give the unprescaled...
[pub/USBasp.git] / Bootloaders / CDC / BootloaderCDC.c
index 654eabd..54c7b7e 100644 (file)
@@ -207,7 +207,7 @@ EVENT_HANDLER(USB_UnhandledControlPacket)
  *\r
  *  \param Command  Single character AVR910 protocol command indicating what memory operation to perform\r
  */\r
-static void ProgramReadWriteMemoryBlock(const uint8_t Command)\r
+static void ReadWriteMemoryBlock(const uint8_t Command)\r
 {\r
        uint16_t BlockSize;\r
        char     MemoryType;\r
@@ -503,7 +503,7 @@ TASK(CDC_Task)
                else if ((Command == 'B') || (Command == 'g'))\r
                {\r
                        /* Delegate the block write/read to a seperate function for clarity */\r
-                       ProgramReadWriteMemoryBlock(Command);\r
+                       ReadWriteMemoryBlock(Command);\r
                }\r
                else if (Command == 'R')\r
                {\r