Files
nuttx/include
Xiang Xiao b0e6a6e081 input/djoystick: Remove the unused config field from djoy_lowerhalf_s
the private data should be done like this:
struct xxx_lowerhalf_s
{
  struct djoy_lowerhalf_s lower;

  /* Add more private data here */
};

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2022-03-01 01:08:13 +08:00
..
2022-01-29 01:04:23 +08:00
2022-02-27 22:54:13 +08:00
2022-02-20 21:58:10 +08:00
2021-11-23 20:34:56 +09:00
2021-11-23 20:34:56 +09:00
2021-11-23 20:34:56 +09:00
2021-12-07 04:01:27 -08:00
2021-09-25 07:54:39 -03:00
2021-11-24 22:49:09 -06:00
2022-02-26 14:32:42 +08:00
2021-11-29 11:18:36 -06:00
2022-02-03 11:02:31 -03:00