Fix typo in radio_metadata_t definition.
Test: none, this code is unused yet. Change-Id: I515aac5ce56e706225518cf7f6cbd1a28750001b
This commit is contained in:
parent
17f27255c4
commit
fd08e55799
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ typedef enum {
|
|||
typedef uint32_t radio_handle_t;
|
||||
|
||||
/* Opaque meta data structure used by radio meta data API (see system/radio_metadata.h) */
|
||||
typedef struct radio_medtadata radio_metadata_t;
|
||||
typedef struct radio_metadata radio_metadata_t;
|
||||
|
||||
|
||||
/* Additional attributes for an FM band configuration */
|
||||
|
|
Loading…
Reference in a new issue