Added to the telestrat library the name of the standard dynamic TGI driver.

This commit is contained in:
Greg King 2022-02-03 00:29:48 -05:00 committed by greg-king5
parent bae2821d5a
commit f64ee3370d
1 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,13 @@
;
; Name of the standard TGI driver
;
; 2022-02-02, Greg King
;
; const char tgi_stddrv[];
;
.export _tgi_stddrv
.rodata
_tgi_stddrv: .asciiz "telestrat-240-200-2.tgi"