Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
keeramis committed Jan 29, 2024
1 parent 6fe725b commit 0d704e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/device.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const { globalOptions } = require('./config');
const DeviceOSProtobuf = require('@particle/device-os-protobuf');
const proto = DeviceOSProtobuf.definitions;

const FirmwareModuleDeprecated = fromProtobufEnum(DeviceOSProtobuf.definitions.FirmwareModuleType, {
const FirmwareModuleDeprecated = fromProtobufEnum(proto.FirmwareModuleType, {
/** Bootloader module. */
BOOTLOADER: 'BOOTLOADER',
/** System part module. */
Expand Down

0 comments on commit 0d704e9

Please sign in to comment.