Exception: Msp430Bsl::Uart::Exceptions::PeripheralInterface::InterfaceCRCMismatch

Inherits:
StandardError
  • Object
show all
Defined in:
lib/msp430_bsl/uart/exceptions.rb

Instance Method Summary collapse

Constructor Details

#initializeInterfaceCRCMismatch

Returns a new instance of InterfaceCRCMismatch.



64
65
66
67
# File 'lib/msp430_bsl/uart/exceptions.rb', line 64

def initialize
  message = 'Peripheral Interface CRC mismatch'
  super(message)
end