aboutsummaryrefslogtreecommitdiff
path: root/fesvr/device.cc
diff options
context:
space:
mode:
Diffstat (limited to 'fesvr/device.cc')
-rw-r--r--fesvr/device.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/fesvr/device.cc b/fesvr/device.cc
index 3cd3cd4..b149f3c 100644
--- a/fesvr/device.cc
+++ b/fesvr/device.cc
@@ -41,7 +41,6 @@ void device_t::handle_identify(command_t cmd)
{
size_t what = cmd.payload() % command_t::MAX_COMMANDS;
uint64_t addr = cmd.payload() / command_t::MAX_COMMANDS;
- assert(addr % IDENTITY_SIZE == 0);
char id[IDENTITY_SIZE] = {0};
if (what == command_t::MAX_COMMANDS-1)