Skip to content

Commit a2e5819

Browse files
Remove deprecation warning for kilted now (ros-controls#2645)
1 parent a206d01 commit a2e5819

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hardware_interface/include/hardware_interface/hardware_info.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -254,8 +254,8 @@ struct HardwareInfo
254254
unsigned int rw_rate;
255255
/// Component is async
256256
bool is_async;
257-
/// Async thread priority
258-
[[deprecated("Use async_params instead.")]] int thread_priority;
257+
/// [[deprecated("Use async_params instead.")]] Async thread priority
258+
int thread_priority;
259259
/// Async Parameters
260260
HardwareAsyncParams async_params;
261261
/// Name of the pluginlib plugin of the hardware that will be loaded.

0 commit comments

Comments
 (0)