tests: Use the right name for the struct (not that it matters)

This commit is contained in:
Holger Hans Peter Freyther 2012-07-25 12:03:52 +02:00
parent 7c2427c020
commit 93c087892c
1 changed files with 1 additions and 1 deletions

View File

@ -161,5 +161,5 @@ int l1if_pdch_req(struct gsm_bts_trx_ts *ts, int is_ptcch, uint32_t fn,
uint16_t arfcn, uint8_t block_nr, uint8_t *data, uint8_t len)
{ return 0; }
uint32_t trx_get_hlayer1(struct gsm_bts_tx *trx)
uint32_t trx_get_hlayer1(struct gsm_bts_trx *trx)
{ return 0; }