Truxton enable route update
Jump to navigation
Jump to search
This enables route updating when a poly file expander is initializing. By default, route updating is enabled in Truxton.
Contents
Syntax
uint64_t truxton_enable_route_update( uint64_t truxton_handle );
Parameters
truxton_handle
The handle created by the truxton_create call.
Sample
void stop_debugging( uint64_t truxton )
{
truxton_enable_route_update( truxton );
}