OSDN Git Service

BSL: BSL_1 updated
authorPawel Jewstafjew <Pawel.Jewstafjew@gmail.com>
Wed, 19 Aug 2015 17:29:25 +0000 (18:29 +0100)
committerPawel Jewstafjew <Pawel.Jewstafjew@gmail.com>
Wed, 19 Aug 2015 17:29:25 +0000 (18:29 +0100)
BSL/BSL_1.cc

index a9bf24e..fcf4612 100644 (file)
@@ -315,7 +315,7 @@ bool BSL::unlock(const uint8_t password[PASSWORD_LEN])
    return readmem(0x0ff0, data, 2);
 }
 
-bool BSL::writemem(unsigned addr, const uint8_t * data, unsigned len)
+bool BSL::writemem(unsigned addr, const uint8_t * data, unsigned len, bool fast)
 {
    assert(addr < 0x10000);
    assert((addr & 1) == 0);