Merge pull request #4484 from mysterywolf/security

[kernel][devices] add security devices
This commit is contained in:
Bernard Xiong
2021-08-18 19:24:58 +08:00
committed by GitHub
3 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -89,7 +89,7 @@ rt_err_t rt_hw_watchdog_register(struct rt_watchdog_device *wtd,
device = &(wtd->parent);
device->type = RT_Device_Class_Miscellaneous;
device->type = RT_Device_Class_Security;
device->rx_indicate = RT_NULL;
device->tx_complete = RT_NULL;